internal: add virtual pkg "moonbitlang/core/panic" - #2016
Conversation
Message parameter in abort() is ignored without loggingCategory pub fn abort[T](msg : String) -> T {
// Add logging here if available
print(msg) // or equivalent logging mechanism
panic()
}Reasoning Documentation needs updating after refactoringCategory Function alias declarations lack documentationCategory ///|
/// Alias to panic module's panic function
pub fnalias @panic.panicReasoning |
5bced59 to
eef1003
Compare
68c5d33 to
24abc4e
Compare
24abc4e to
7439eab
Compare
No description provided.